home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 791 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.0 KB

  1. Path: nntp.teleport.com!usenet
  2. From: max <maxc@teleport.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: writting to serial port, _bios_serialcom() ?
  5. Date: 7 Jan 1996 04:55:06 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4cnjna$pai@maureen.teleport.com>
  8. References: <17705140F1S86.1RFD1642@MtSACvm.MtSAC.edu>
  9. NNTP-Posting-Host: ip-eug1-12.teleport.com
  10.  
  11. 1RFD1642@MtSACvm.MtSAC.edu wrote:
  12. > [snip]
  13. > Anyone has any ideas why i get a Time out  error ?  I thought i needed to
  14. > connect other lines in the serial port, i only have Rx,Tx and GND connected
  15. > , so i connected RTS. But still nothing.
  16.  
  17. When using this DOS call if you don't connect the handshake lines
  18. you will have problems!
  19.  
  20. Jumper the following:
  21.  
  22. If 9-pin connector.... 1-4-6 (CD-DTR-DSR)
  23.                        7-8   (RTS-CTS)
  24.  
  25. If 25-pin connector... 6-8-20 (DSR-CD-DTR)
  26.                        4-5    (RTS-CTS)
  27.  
  28. > Is there another function to use ( easier ) ?
  29. >  
  30.  
  31. I believe that if you wire as shown, all will work!
  32.  
  33. Good luck... Max
  34.  
  35.